Text File | 1999-09-03 | 900 b | 17 lines | [TEXT/ttxt]
ThePoint Software, Ron Wiersma
wiersma@dds.nl
What is h&vTabClass ?
It's a Realbasic tab-control. The main difference with the build-in tabs is, that it is more flexible and better looking. You can change the offset,height,width and number of the tabs and the windowside on which the tabs appear.
If you use this Class in you project or code from it, you have to mention it in your application special thanks list (that you used code from ThePoint Software). And please notify me where (in which application) you used it.
How to use it?
- Drag the class to your project window
- drag a canvas control to the place you want your tabs to be
- assign it to the h&vTabClass
- double-click the class
- open the open-event
- change the parameters for offset,height,width and number and windowside
- you will have a new change-event in the list with canvas events; use it to hide and show your buttons.